home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / main.swf / scripts / DefineButton2_13 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2003-11-02  |  122b  |  6 lines

  1. on(rollOver){
  2.    textColor = new Color(help_txt);
  3.    textColor.setRGB(_root.rollColor);
  4.    _root.simpleRollOver();
  5. }
  6.